ComponentOne ASP.NET MVC Controls
ODataVirtualCollectionViewService<T> Class Members
Properties  Methods 

C1.Web.Mvc Namespace : ODataVirtualCollectionViewService<T> Class

The following tables list the members exposed by ODataVirtualCollectionViewService<T>.

Public Properties
 NameDescription
Public PropertyGets the child components. (Inherited from C1.Web.Mvc.Component)
Public PropertyGets or sets an object to be used as a map for coercing data types when loading the data. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets a string that specifies whether related entities should be included in the return data. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets an array containing the names of the fields to retrieve from the data source. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets a string containing an OData filter specification to be used for filtering the data on the server. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets a callback that determines whether a specific property of an item contains validation errors. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets the group descriptions. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the component id. (Inherited from C1.Web.Mvc.Component)
Public PropertyGets or sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets a custom reviver function to use when parsing JSON values returned from the server. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete). (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets a function that creates new items for the collection. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the OData version used by the server. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyOccurs when the collection changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOccurs after the current item changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOccurs before the current item changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOccurs when there are errors from the server side. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyOccurs when the BaseODataCollectionViewService<T> finishes loading data. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyOccurs when the BaseODataCollectionViewService<T> starts loading data. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyOccurs after the page index changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOccurs before the page index changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the page index. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the page size. 0 means to disable paging. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets the url of the OData service. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets or sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets the sort descriptions. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets a value that determines whether null values should appear first or last. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the name of the table (entity) that this collection is bound to. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Public PropertyGets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.BaseODataCollectionViewService<T>)
Top
Public Methods
 NameDescription
Public MethodReturns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component)
Top
Extension Methods
 NameDescription
Public Extension MethodRender the html string in template mode.
Top
See Also

Reference

ODataVirtualCollectionViewService<T> Class
C1.Web.Mvc Namespace